home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / FlashCards / card_7206.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  677 b   |  36 lines

  1. -- card: 7206 from stack: in
  2. -- bmap block id: 19055
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=6 top=23 right=338 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global it
  23.   if it = 6 then
  24.     visual dissolve fast
  25.     go to card id 3293
  26.   else if it < 6 then
  27.     visual dissolve fast
  28.     go to card id 7043
  29.   else if it > 6 then
  30.     visual dissolve fast
  31.     go to card id 27983
  32.   end if
  33. end mouseUp
  34.  
  35.  
  36.